home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
WIN
/
FINANCE
/
BILDR211
/
MANUAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-05-26
|
1KB
|
33 lines
&echo on
rem ***The Bill Drawer Manual Installation Procedure***
rem
rem Assuming %1 is the location of distribution files (unzipped)
rem Assuming %1 does not have an ending back slash
rem Assuming %2 is the directory to install to
rem Assuming %2 does not have an ending back slash
rem Assuming %2\DATA directory has been created
rem Assuming %2\BACKUP directory has been created
pause OK to continue?
copy %1\mapiobt.dll %2
copy %1\maputil.dll %2
copy %1\wbtrcall.dll %2
copy %1\mapmain.exe %2
copy %1\maphelp.hlp %2
copy %1\map0200.ini %2
copy %1\readme.txt %2
copy %1\register.txt %2
rem
rem Copying demonstration files
copy %1\bnk0200.dat %2\DATA
copy %1\cat0200.dat %2\DATA
copy %1\frm0200.dat %2\DATA
copy %1\hst0200.dat %2\DATA
copy %1\inv0200.dat %2\DATA
copy %1\rpt0200.dat %2\DATA
copy %1\sec0200.dat %2\DATA
copy %1\ven0200.dat %2\DATA
rem
rem Distribution files have been copied
rem Please continue with remaining installation steps
pause OK to continue?